Class: Google::Shopping::Merchant::Accounts::V1beta::UpdateBusinessIdentityRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#business_identity::Google::Shopping::Merchant::Accounts::V1beta::BusinessIdentity

Returns Required. The new version of the business identity.

Returns:



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.

Returns:



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