Show / Hide Table of Contents

Class Invitation

Invitation

Inheritance
System.Object
Invitation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class Invitation

Properties

Company

Company

Declaration
public string Company { get; set; }
Property Value
Type Description
System.String

CreatedAt

Creation date of the invitation in UTC format

Declaration
public DateTime? CreatedAt { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Email

Email address of the tenant. (required)

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String

FirstName

FirstName

Declaration
public string FirstName { get; set; }
Property Value
Type Description
System.String

Id

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

JobTitle

JobTitle

Declaration
public string JobTitle { get; set; }
Property Value
Type Description
System.String

LastName

LastName

Declaration
public string LastName { get; set; }
Property Value
Type Description
System.String

Phone

Phone

Declaration
public string Phone { get; set; }
Property Value
Type Description
System.String

Status

Status

Declaration
public InvitationStatus? Status { get; set; }
Property Value
Type Description
System.Nullable<InvitationStatus>
Back to top Generated by DocFX