Class: Google::Shopping::Css::V1::GetAccountRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::GetAccountRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/css/v1/accounts.rb
Overview
The request message for the GetAccount
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#parent ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the managed CSS/MC account. Format: accounts/{account}.
77 78 79 80 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 77 class GetAccountRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Optional. Only required when retrieving MC account information. The CSS domain that is the parent resource of the MC account. Format: accounts/{account}.
77 78 79 80 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 77 class GetAccountRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |