Aliyun.Acs.Ecs.Transform.V20140526.DescribeLimitationResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : DescribeLimitationResponse
context UnmarshallerContext
Résultat Aliyun.Acs.Ecs.Model.V20140526.DescribeLimitationResponse
        public static DescribeLimitationResponse Unmarshall(UnmarshallerContext context)
        {
            DescribeLimitationResponse describeLimitationResponse = new DescribeLimitationResponse();

            describeLimitationResponse.HttpResponse = context.HttpResponse;
            describeLimitationResponse.RequestId = context.StringValue("DescribeLimitation.RequestId");
            describeLimitationResponse.Limitation = context.StringValue("DescribeLimitation.Limitation");
            describeLimitationResponse.Value = context.StringValue("DescribeLimitation.Value");

            return describeLimitationResponse;
        }
DescribeLimitationResponseUnmarshaller