Class GetAccountRequest
The request message for the GetAccount method.
Implements
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class GetAccountRequest : IMessage<GetAccountRequest>, IEquatable<GetAccountRequest>, IDeepCloneable<GetAccountRequest>, IBufferMessage, IMessage
Constructors
GetAccountRequest()
Declaration
public GetAccountRequest()
GetAccountRequest(GetAccountRequest)
Declaration
public GetAccountRequest(GetAccountRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| GetAccountRequest | other |
Properties
AccountName
AccountName-typed view over the Name resource name property.
Declaration
public AccountName AccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| AccountName |
HasParent
Gets whether the "parent" field is set
Declaration
public bool HasParent { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Required. The name of the managed CSS/MC account. Format: accounts/{account}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
Optional. Only required when retrieving MC account information. The CSS domain that is the parent resource of the MC account. Format: accounts/{account}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| AccountName |