Class UserList
A user list resource.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class UserList : IDirectResponseSchema
Properties
AccessReason
Output only. The reason this account has been granted access to the list.
Declaration
[JsonProperty("accessReason")]
public virtual string AccessReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AccountAccessStatus
Optional. Indicates if this share is still enabled. When a user list is shared with the account this field
is set to ENABLED. Later the user list owner can decide to revoke the share and make it DISABLED.
Declaration
[JsonProperty("accountAccessStatus")]
public virtual string AccountAccessStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ClosingReason
Output only. The reason why this user list membership status is closed.
Declaration
[JsonProperty("closingReason")]
public virtual string ClosingReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Optional. A description of the user list.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Required. The display name of the user list.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. The unique ID of the user list.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
IngestedUserListInfo
Optional. Represents a user list that is populated by user ingested data.
Declaration
[JsonProperty("ingestedUserListInfo")]
public virtual IngestedUserListInfo IngestedUserListInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| IngestedUserListInfo |
IntegrationCode
Optional. An ID from external system. It is used by user list sellers to correlate IDs on their systems.
Declaration
[JsonProperty("integrationCode")]
public virtual string IntegrationCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MembershipDuration
Optional. The duration a user remains in the user list. Valid durations are exact multiples of 24 hours (86400 seconds). Providing a value that is not an exact multiple of 24 hours will result in an INVALID_ARGUMENT error.
Declaration
[JsonProperty("membershipDuration")]
public virtual object MembershipDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
MembershipStatus
Optional. Membership status of this user list.
Declaration
[JsonProperty("membershipStatus")]
public virtual string MembershipStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The resource name of the user list. Format: accountTypes/{account_type}/accounts/{account}/userLists/{user_list}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReadOnly__
Output only. An option that indicates if a user may edit a list.
Declaration
[JsonProperty("readOnly")]
public virtual bool? ReadOnly__ { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SizeInfo
Output only. Estimated number of members in this user list in different target networks.
Declaration
[JsonProperty("sizeInfo")]
public virtual SizeInfo SizeInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| SizeInfo |
TargetNetworkInfo
Optional. Eligibility information for different target networks.
Declaration
[JsonProperty("targetNetworkInfo")]
public virtual TargetNetworkInfo TargetNetworkInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| TargetNetworkInfo |