Show / Hide Table of Contents

Class CatalogParResultConfig

Catalog par result config.

Inheritance
object
CatalogResultPayload
CatalogParResultConfig
Inherited Members
CatalogResultPayload.WorkingDirectory
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.
Example: 2016-08-25T21:10:29.600Z

In this article
Back to top