Show / Hide Table of Contents

Class GetBusinessIdentityRequest

Request message for the GetBusinessIdentity method.

Inheritance
object
GetBusinessIdentityRequest
Implements
IMessage<GetBusinessIdentityRequest>
IEquatable<GetBusinessIdentityRequest>
IDeepCloneable<GetBusinessIdentityRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class GetBusinessIdentityRequest : IMessage<GetBusinessIdentityRequest>, IEquatable<GetBusinessIdentityRequest>, IDeepCloneable<GetBusinessIdentityRequest>, IBufferMessage, IMessage

Constructors

GetBusinessIdentityRequest()

Declaration
public GetBusinessIdentityRequest()

GetBusinessIdentityRequest(GetBusinessIdentityRequest)

Declaration
public GetBusinessIdentityRequest(GetBusinessIdentityRequest other)
Parameters
Type Name Description
GetBusinessIdentityRequest other

Properties

BusinessIdentityName

BusinessIdentityName-typed view over the Name resource name property.

Declaration
public BusinessIdentityName BusinessIdentityName { get; set; }
Property Value
Type Description
BusinessIdentityName

Name

Required. The resource name of the business identity. Format: accounts/{account}/businessIdentity. For example, accounts/123456/businessIdentity.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX