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

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : BindIpRangeResponse
context UnmarshallerContext
리턴 BindIpRangeResponse
        public static BindIpRangeResponse Unmarshall(UnmarshallerContext context)
        {
            BindIpRangeResponse bindIpRangeResponse = new BindIpRangeResponse();

            bindIpRangeResponse.HttpResponse = context.HttpResponse;
            bindIpRangeResponse.RequestId = context.StringValue("BindIpRange.RequestId");

            return bindIpRangeResponse;
        }
BindIpRangeResponseUnmarshaller