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.



1649
1650
1651
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1649

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

Instance Attribute Details

#stateString

Corresponds to the JSON property state

Returns:

  • (String)


1647
1648
1649
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1647

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1654
1655
1656
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1654

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