AssetPropertyValue
public struct AssetPropertyValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The quality of the asset property value. The value must be GOOD, BAD, or UNCERTAIN. You can also specify an expression.
Declaration
Swift
public let quality: String?
-
The timestamp associated with the asset property value. The default is the current event time.
Declaration
Swift
public let timestamp: AssetPropertyTimestamp?
-
The value to send to an asset property.
Declaration
Swift
public let value: AssetPropertyVariant
-
Undocumented
Declaration
Swift
public init(quality: String? = nil, timestamp: AssetPropertyTimestamp? = nil, value: AssetPropertyVariant)