Class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaReleaseNotes

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaReleaseNotes

Returns a new instance of GoogleFirebaseAppdistroV1alphaReleaseNotes.



799
800
801
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 799

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

Instance Attribute Details

#release_notesString

Corresponds to the JSON property releaseNotes

Returns:

  • (String)


797
798
799
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 797

def release_notes
  @release_notes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



804
805
806
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 804

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