Class HostedApplicationStorageCollection
Results of a dedicate hosted application search. Contains HostedApplicationStorageSummary items and other information such as metadata.
Inherited Members
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class HostedApplicationStorageCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<HostedApplicationStorageSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<HostedApplicationStorageSummary> | List of hosted application storages. |
Remarks
Required