Class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RequestMetadata

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

Overview

Meta information is used to improve the performance of the service.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContentwarehouseV1RequestMetadata

Returns a new instance of GoogleCloudContentwarehouseV1RequestMetadata.



3032
3033
3034
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3032

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

Instance Attribute Details

#user_infoGoogle::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1UserInfo

The user information. Corresponds to the JSON property userInfo



3030
3031
3032
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3030

def 
  @user_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3037
3038
3039
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3037

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