Class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest

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

Overview

The request message for CreateReleaseNotes.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest

Returns a new instance of GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest.



590
591
592
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 590

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

Instance Attribute Details

#release_notesGoogle::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaReleaseNotes

Release notes for a release. Corresponds to the JSON property releaseNotes



588
589
590
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 588

def release_notes
  @release_notes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



595
596
597
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 595

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