Class: Google::Shopping::Merchant::Accounts::V1beta::UpdateBusinessIdentityRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::UpdateBusinessIdentityRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/businessidentity.rb
Overview
Request message for the UpdateBusinessIdentity
method.
Instance Attribute Summary collapse
-
#business_identity ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::BusinessIdentity
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#business_identity ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::BusinessIdentity
Returns Required. The new version of the business identity.
121 122 123 124 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/businessidentity.rb', line 121 class UpdateBusinessIdentityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. List of fields being updated.
121 122 123 124 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/businessidentity.rb', line 121 class UpdateBusinessIdentityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |