Show / Hide Table of Contents

Class GetAccountServiceRequest

Request to get an account service.

Inheritance
object
GetAccountServiceRequest
Implements
IMessage<GetAccountServiceRequest>
IEquatable<GetAccountServiceRequest>
IDeepCloneable<GetAccountServiceRequest>
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 GetAccountServiceRequest : IMessage<GetAccountServiceRequest>, IEquatable<GetAccountServiceRequest>, IDeepCloneable<GetAccountServiceRequest>, IBufferMessage, IMessage

Constructors

GetAccountServiceRequest()

Declaration
public GetAccountServiceRequest()

GetAccountServiceRequest(GetAccountServiceRequest)

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

Properties

AccountServiceName

AccountServiceName-typed view over the Name resource name property.

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

Name

Required. The resource name of the account service to get. Format: accounts/{account}/services/{service}

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