Class: Google::Apis::CloudsearchV1::GroupLinkSharingModificationEvent
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GroupLinkSharingModificationEvent
- 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
-
#new_status ⇒ String
Corresponds to the JSON property
newStatus
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GroupLinkSharingModificationEvent
constructor
A new instance of GroupLinkSharingModificationEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GroupLinkSharingModificationEvent
Returns a new instance of GroupLinkSharingModificationEvent.
10870 10871 10872 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10870 def initialize(**args) update!(**args) end |
Instance Attribute Details
#new_status ⇒ String
Corresponds to the JSON property newStatus
10868 10869 10870 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10868 def new_status @new_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10875 10876 10877 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10875 def update!(**args) @new_status = args[:new_status] if args.key?(:new_status) end |