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

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : ReleasePublicIpAddressResponse
context UnmarshallerContext
리턴 ReleasePublicIpAddressResponse
        public static ReleasePublicIpAddressResponse Unmarshall(UnmarshallerContext context)
        {
            ReleasePublicIpAddressResponse releasePublicIpAddressResponse = new ReleasePublicIpAddressResponse();

            releasePublicIpAddressResponse.HttpResponse = context.HttpResponse;
            releasePublicIpAddressResponse.RequestId = context.StringValue("ReleasePublicIpAddress.RequestId");

            return releasePublicIpAddressResponse;
        }
ReleasePublicIpAddressResponseUnmarshaller