Show / Hide Table of Contents

Class AssignedUserRole

A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.

Inheritance
object
AssignedUserRole
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class AssignedUserRole : IDirectResponseSchema

Properties

AdvertiserId

The ID of the advertiser that the assigend user role applies to.

Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type Description
long?

AssignedUserRoleId

Output only. The ID of the assigned user role.

Declaration
[JsonProperty("assignedUserRoleId")]
public virtual string AssignedUserRoleId { 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

PartnerId

The ID of the partner that the assigned user role applies to.

Declaration
[JsonProperty("partnerId")]
public virtual long? PartnerId { get; set; }
Property Value
Type Description
long?

UserRole

Required. The user role to assign to a user for the entity.

Declaration
[JsonProperty("userRole")]
public virtual string UserRole { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX