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.



886
887
888
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 886

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>)


884
885
886
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 884

def revisions
  @revisions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



891
892
893
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 891

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