Aliyun.Acs.Ecs.Transform.V20140526.CancelAutoSnapshotPolicyResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : CancelAutoSnapshotPolicyResponse
context UnmarshallerContext
Résultat CancelAutoSnapshotPolicyResponse
        public static CancelAutoSnapshotPolicyResponse Unmarshall(UnmarshallerContext context)
        {
            CancelAutoSnapshotPolicyResponse cancelAutoSnapshotPolicyResponse = new CancelAutoSnapshotPolicyResponse();

            cancelAutoSnapshotPolicyResponse.HttpResponse = context.HttpResponse;
            cancelAutoSnapshotPolicyResponse.RequestId = context.StringValue("CancelAutoSnapshotPolicy.RequestId");

            return cancelAutoSnapshotPolicyResponse;
        }
CancelAutoSnapshotPolicyResponseUnmarshaller