Class CatalogParResultConfig
Catalog par result config.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CatalogParResultConfig : CatalogResultPayload
Properties
PackageUrl
Declaration
[JsonProperty(PropertyName = "packageUrl")]
public string PackageUrl { get; set; }
Property Value
Type | Description |
---|---|
string | package url |
TimeExpires
Declaration
[JsonProperty(PropertyName = "timeExpires")]
public DateTime? TimeExpires { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time expires, in the format defined by RFC 3339.
|