Show / Hide Table of Contents

Class CreateAccountLabelRequest

Request message for the 'CreateAccountLanel' method.

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

Constructors

CreateAccountLabelRequest()

Declaration
public CreateAccountLabelRequest()

CreateAccountLabelRequest(CreateAccountLabelRequest)

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

Properties

AccountLabel

Required. The label to create.

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

Parent

Required. The parent 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
In this article
Back to top Generated by DocFX