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

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : CreateAutoSnapshotPolicyResponse
context UnmarshallerContext
리턴 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