Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedGroupVisibility

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteSharedGroupVisibility

Returns a new instance of AppsDynamiteSharedGroupVisibility.



1809
1810
1811
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1809

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

Instance Attribute Details

#stateString

Corresponds to the JSON property state

Returns:

  • (String)


1807
1808
1809
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1807

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1814
1815
1816
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1814

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