Aliyun.Acs.Ecs.Transform.V20140526.DeleteAutoSnapshotPolicyResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : DeleteAutoSnapshotPolicyResponse
context UnmarshallerContext
return DeleteAutoSnapshotPolicyResponse
        public static DeleteAutoSnapshotPolicyResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteAutoSnapshotPolicyResponse deleteAutoSnapshotPolicyResponse = new DeleteAutoSnapshotPolicyResponse();

            deleteAutoSnapshotPolicyResponse.HttpResponse = context.HttpResponse;
            deleteAutoSnapshotPolicyResponse.RequestId = context.StringValue("DeleteAutoSnapshotPolicy.RequestId");

            return deleteAutoSnapshotPolicyResponse;
        }
DeleteAutoSnapshotPolicyResponseUnmarshaller