Class DirectorySiteContactAssignment
Directory Site Contact Assignment
Inheritance
System.Object
DirectorySiteContactAssignment
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_2.Data
Assembly: Google.Apis.Dfareporting.v3_2.dll
Syntax
public class DirectorySiteContactAssignment : IDirectResponseSchema
Properties
ContactId
ID of this directory site contact. This is a read-only, auto-generated field.
Declaration
[JsonProperty("contactId")]
public virtual long? ContactId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Visibility
Visibility of this directory site contact assignment. When set to PUBLIC this contact assignment is visible to all account and agency users; when set to PRIVATE it is visible only to the site.
Declaration
[JsonProperty("visibility")]
public virtual string Visibility { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |