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

Unmarshall() 공개 정적인 메소드

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

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

            return applyAutoSnapshotPolicyResponse;
        }
ApplyAutoSnapshotPolicyResponseUnmarshaller