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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : CreateAutoSnapshotPolicyResponse
context UnmarshallerContext
return Aliyun.Acs.Ecs.Model.V20140526.CreateAutoSnapshotPolicyResponse
        public static CreateAutoSnapshotPolicyResponse Unmarshall(UnmarshallerContext context)
        {
            CreateAutoSnapshotPolicyResponse createAutoSnapshotPolicyResponse = new CreateAutoSnapshotPolicyResponse();

            createAutoSnapshotPolicyResponse.HttpResponse = context.HttpResponse;
            createAutoSnapshotPolicyResponse.RequestId = context.StringValue("CreateAutoSnapshotPolicy.RequestId");
            createAutoSnapshotPolicyResponse.AutoSnapshotPolicyId = context.StringValue("CreateAutoSnapshotPolicy.AutoSnapshotPolicyId");

            return createAutoSnapshotPolicyResponse;
        }
CreateAutoSnapshotPolicyResponseUnmarshaller