Class: Google::Apis::SaasservicemgmtV1beta1::FlagRevisionList

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

Overview

Wrapper for a list of flag revisions.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FlagRevisionList

Returns a new instance of FlagRevisionList.



860
861
862
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 860

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

Instance Attribute Details

#revisionsArray<String>

Required. FlagRevisions to be rolled out. Corresponds to the JSON property revisions

Returns:

  • (Array<String>)


858
859
860
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 858

def revisions
  @revisions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



865
866
867
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 865

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