Class CloudInventorySyncConfigResponseData

Storage Management configuration data.

Hierarchy

  • CloudInventorySyncConfigResponseData

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Attributes for a Storage Management configuration. Fields other than id may be empty in the response immediately after a create or update; subsequent reads return the full configuration.

id: string

Unique identifier for this Storage Management configuration.

Always sync_configs.

Generated using TypeDoc