Resource
public struct Resource
Undocumented
-
The cluster to which this resource belongs to
Since
3.0.0Declaration
Swift
public var clusterId: String
-
The type of the Resource
Since
3.0.0Declaration
Swift
public var type: ResourceType
-
The value of the Resource
Since
3.0.0Declaration
Swift
public var resource: String
-
Initialise a Resource
Declaration
Swift
public init(clusterId: String, type: ResourceType, resource: String)