Class GetAssetRequestPayload
- Assembly
- Azure.Iot.Operations.Services.dll
The name of the asset to retrieve.
public class GetAssetRequestPayload : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
GetAssetRequestPayload
- Implements
- Inherited Members
Properties
AssetName
The 'assetName' Field.
[JsonPropertyName("assetName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string AssetName { get; set; }