Class CloudProject

Represents a unique cloud project that the user has access to on the web.

Hierarchy

  • FrameworkObject
    • CloudProject

Constructors

  • Parameters

    • OptionalisInternalConstructor: boolean

    Returns CloudProject

Accessors

  • get category(): string
  • A string that represents the category of a project.

    Returns string

  • set category(value): void
  • Parameters

    • value: string

    Returns void

  • get companyName(): string
  • Contains the name of the company that owns the project.

    Returns string

  • set companyName(value): void
  • Parameters

    • value: string

    Returns void

  • get copyrightOwner(): string
  • Contains the name of the company that owns the project.

    Returns string

  • set copyrightOwner(value): void
  • Parameters

    • value: string

    Returns void

  • get description(): string
  • The description of the project.

    Returns string

  • set description(value): void
  • Parameters

    • value: string

    Returns void

  • get developerWebsite(): string
  • A URL of the developer website for the project. Can be empty.

    Returns string

  • set developerWebsite(value): void
  • Parameters

    • value: string

    Returns void

  • get lastModifiedDate(): string
  • The last modification date of the project.

    Returns string

  • set lastModifiedDate(value): void
  • Parameters

    • value: string

    Returns void

  • get name(): string
  • The name of the project.

    Returns string

  • set name(value): void
  • Parameters

    • value: string

    Returns void

  • get ownerUserUUID(): UUID
  • The owning user UUID of the project.

    Returns UUID

  • set ownerUserUUID(value): void
  • Parameters

    Returns void

  • get privacyPolicyURL(): string
  • A URL of the project's privacy policy.

    Returns string

  • set privacyPolicyURL(value): void
  • Parameters

    • value: string

    Returns void

  • get projectWebsite(): string
  • A URL of the website for the project. Can be empty.

    Returns string

  • set projectWebsite(value): void
  • Parameters

    • value: string

    Returns void

  • get size(): number
  • Specifies the size (in bytes) of all files on the project.

    Returns number

  • set size(value): void
  • Parameters

    • value: number

    Returns void

  • get uuid(): UUID
  • The UUID of the project.

    Returns UUID

  • set uuid(value): void
  • Parameters

    Returns void