Class: Google::Shopping::Css::V1::CreateAccountLabelRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::CreateAccountLabelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/css/v1/accounts_labels.rb
Overview
Request message for the 'CreateAccountLanel' method.
Instance Attribute Summary collapse
-
#account_label ⇒ ::Google::Shopping::Css::V1::AccountLabel
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#account_label ⇒ ::Google::Shopping::Css::V1::AccountLabel
Returns Required. The label to create.
105 106 107 108 |
# File 'proto_docs/google/shopping/css/v1/accounts_labels.rb', line 105 class CreateAccountLabelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent account. Format: accounts/{account}.
105 106 107 108 |
# File 'proto_docs/google/shopping/css/v1/accounts_labels.rb', line 105 class CreateAccountLabelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |