Aliyun.Acs.Ecs.Transform.V20140526.AllocatePublicIpAddressResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный статический Метод

public static Unmarshall ( UnmarshallerContext context ) : AllocatePublicIpAddressResponse
context UnmarshallerContext
Результат Aliyun.Acs.Ecs.Model.V20140526.AllocatePublicIpAddressResponse
        public static AllocatePublicIpAddressResponse Unmarshall(UnmarshallerContext context)
        {
            AllocatePublicIpAddressResponse allocatePublicIpAddressResponse = new AllocatePublicIpAddressResponse();

            allocatePublicIpAddressResponse.HttpResponse = context.HttpResponse;
            allocatePublicIpAddressResponse.RequestId = context.StringValue("AllocatePublicIpAddress.RequestId");
            allocatePublicIpAddressResponse.IpAddress = context.StringValue("AllocatePublicIpAddress.IpAddress");

            return allocatePublicIpAddressResponse;
        }
AllocatePublicIpAddressResponseUnmarshaller