Show / Hide Table of Contents

Class AddressInfo

Address information for the user.

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

Constructors

AddressInfo()

Declaration
public AddressInfo()

AddressInfo(AddressInfo)

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

Properties

FamilyName

Required. Family (last) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.

Declaration
public string FamilyName { get; set; }
Property Value
Type Description
string

GivenName

Required. Given (first) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.

Declaration
public string GivenName { get; set; }
Property Value
Type Description
string

PostalCode

Required. The postal code of the user's address.

Declaration
public string PostalCode { get; set; }
Property Value
Type Description
string

RegionCode

Required. The 2-letter region code in ISO-3166-1 alpha-2 of the user's address.

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