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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ApplyAutoSnapshotPolicyResponse
context UnmarshallerContext
return ApplyAutoSnapshotPolicyResponse
        public static ApplyAutoSnapshotPolicyResponse Unmarshall(UnmarshallerContext context)
        {
            ApplyAutoSnapshotPolicyResponse applyAutoSnapshotPolicyResponse = new ApplyAutoSnapshotPolicyResponse();

            applyAutoSnapshotPolicyResponse.HttpResponse = context.HttpResponse;
            applyAutoSnapshotPolicyResponse.RequestId = context.StringValue("ApplyAutoSnapshotPolicy.RequestId");

            return applyAutoSnapshotPolicyResponse;
        }
ApplyAutoSnapshotPolicyResponseUnmarshaller