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.



1248
1249
1250
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 1248

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

Instance Attribute Details

#textString

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

Returns:

  • (String)


1246
1247
1248
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 1246

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1253
1254
1255
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 1253

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