Class CreateOciFssExportIdDetails
The OCID of the OCI File Storage Service (FSS) Export. The user must have read permission for export-sets.
Inherited Members
Namespace: Oci.ContainerinstancesService.Models
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
public class CreateOciFssExportIdDetails : CreateOciFssExportDetails
Properties
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the OCI File Storage Service (FSS) Export. |
Remarks
Required