Class PsaServiceCollection
Results of a psaServices search. Contains PsaServiceSummary items.
Inherited Members
Namespace: Oci.PsaService.Models
Assembly: OCI.DotNetSDK.Psa.dll
Syntax
public class PsaServiceCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PsaServiceSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PsaServiceSummary> | List of PsaServiceSummary. |
Remarks
Required