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

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : AllocateEipAddressResponse
context UnmarshallerContext
리턴 Aliyun.Acs.Ecs.Model.V20140526.AllocateEipAddressResponse
        public static AllocateEipAddressResponse Unmarshall(UnmarshallerContext context)
        {
            AllocateEipAddressResponse allocateEipAddressResponse = new AllocateEipAddressResponse();

            allocateEipAddressResponse.HttpResponse = context.HttpResponse;
            allocateEipAddressResponse.RequestId = context.StringValue("AllocateEipAddress.RequestId");
            allocateEipAddressResponse.AllocationId = context.StringValue("AllocateEipAddress.AllocationId");
            allocateEipAddressResponse.EipAddress = context.StringValue("AllocateEipAddress.EipAddress");

            return allocateEipAddressResponse;
        }
AllocateEipAddressResponseUnmarshaller