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