Class: Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1ReleaseNotes

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/firebaseappdistribution_v1/classes.rb,
lib/google/apis/firebaseappdistribution_v1/representations.rb,
lib/google/apis/firebaseappdistribution_v1/representations.rb

Overview

Notes that belong to a release.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1ReleaseNotes

Returns a new instance of GoogleFirebaseAppdistroV1ReleaseNotes.



1197
1198
1199
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 1197

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#textString

The text of the release notes. Corresponds to the JSON property text

Returns:

  • (String)


1195
1196
1197
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 1195

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1202
1203
1204
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 1202

def update!(**args)
  @text = args[:text] if args.key?(:text)
end