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