Class: Google::Apis::CloudsearchV1::GroupLinkSharingModificationEvent

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

Returns a new instance of GroupLinkSharingModificationEvent.



9081
9082
9083
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9081

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

Instance Attribute Details

#new_statusString

Corresponds to the JSON property newStatus

Returns:

  • (String)


9079
9080
9081
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9079

def new_status
  @new_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9086
9087
9088
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9086

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