RSX Code Reference
    Preparing search index...
    • rsx
    • CloudProjectMetadataUpdate

    Class CloudProjectMetadataUpdate

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

    Index
    • Parameters

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

      Returns CloudProjectMetadataUpdate

    • get category(): string

      A string that represents the category of a project.

      Returns string

    • set category(value: string): void

      Parameters

      • value: string

      Returns void

    • get companyName(): string

      Contains the name of the company that owns the project.

      Returns string

    • set companyName(value: string): void

      Parameters

      • value: string

      Returns void

    • get copyrightOwner(): string

      Contains the name of the company that owns the project.

      Returns string

    • set copyrightOwner(value: string): void

      Parameters

      • value: string

      Returns void

    • get description(): string

      The description of the project.

      Returns string

    • set description(value: string): 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: string): void

      Parameters

      • value: string

      Returns void

    • get name(): string

      Returns string

    • set name(value: string): void

      Parameters

      • value: string

      Returns void

    • get privacyPolicyUrl(): string

      Returns string

    • set privacyPolicyUrl(value: string): 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: string): void

      Parameters

      • value: string

      Returns void