Show / Hide Table of Contents

Class AccountInformation

AccountInformation

Inheritance
System.Object
BitmovinResponse
BitmovinResource
AccountInformation
Inherited Members
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
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 AccountInformation : BitmovinResource

Properties

ApiKeys

ApiKeys associated with the account (required)

Declaration
public List<AccountApiKey> ApiKeys { get; }
Property Value
Type Description
System.Collections.Generic.List<AccountApiKey>

Company

Company name of the tenant.

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

Email

Email address of the account. (required)

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

FirstName

First name of the tenant.

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

LastName

Last name of the tenant.

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

Phone

Phone number of the tenant.

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

Verified

Verified

Declaration
public bool? Verified { get; }
Property Value
Type Description
System.Nullable<System.Boolean>
Back to top Generated by DocFX