Aliyun.Acs.Ecs.Transform.V20140526.DeleteAutoSnapshotPolicyResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

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

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

            return deleteAutoSnapshotPolicyResponse;
        }
DeleteAutoSnapshotPolicyResponseUnmarshaller