Class: Google::Shopping::Css::V1::UpdateAccountLabelRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::UpdateAccountLabelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/css/v1/accounts_labels.rb
Overview
Request message for the UpdateAccountLabel
method.
Instance Attribute Summary collapse
Instance Attribute Details
#account_label ⇒ ::Google::Shopping::Css::V1::AccountLabel
Returns Required. The updated label. All fields must be provided.
114 115 116 117 |
# File 'proto_docs/google/shopping/css/v1/accounts_labels.rb', line 114 class UpdateAccountLabelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |