Class CloudProjectMetadataUpdate

A structure that contains the metadata fields to update on a project.

Hierarchy

  • FrameworkObject
    • CloudProjectMetadataUpdate

Constructors

  • Parameters

    • Optionalname: string
    • Optionaldescription: string
    • OptionalcompanyName: string
    • OptionalcopyrightOwner: string
    • OptionalprojectWebsite: string
    • OptionaldeveloperWebsite: string
    • OptionalprivacyPolicyUrl: string
    • Optionalcategory: string
    • OptionalisInternalConstructor: boolean

    Returns CloudProjectMetadataUpdate

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 name(): string
  • Returns string

  • set name(value): void
  • Parameters

    • value: string

    Returns void

  • get privacyPolicyUrl(): string
  • 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