Class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RequestMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RequestMetadata
- 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
-
#user_info ⇒ Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1UserInfo
The user information.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContentwarehouseV1RequestMetadata
constructor
A new instance of GoogleCloudContentwarehouseV1RequestMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_info ⇒ Google::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 @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 |