Class CloudProjectMetadataUpdate

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

Hierarchy

  • FrameworkObject
    • CloudProjectMetadataUpdate

Constructors

  • Performs Alloc2.

    Parameters

    • Optionaloptions: {
          category: string;
          companyName: string;
          copyrightOwner: string;
          description: string;
          developerWebsite: string;
          name: string;
          privacyPolicyUrl: string;
          projectWebsite: string;
      }

      Options object for the function call.

      • category: string

        The category.

      • companyName: string

        The companyName.

      • copyrightOwner: string

        The copyrightOwner.

      • description: string

        The description.

      • developerWebsite: string

        The developerWebsite.

      • name: string

        The name.

      • privacyPolicyUrl: string

        The privacyPolicyUrl.

      • projectWebsite: string

        The projectWebsite.

    • 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