Aliyun.Acs.Cdn.Transform.V20141111.SetRangeConfigResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : SetRangeConfigResponse
context UnmarshallerContext
return SetRangeConfigResponse
        public static SetRangeConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetRangeConfigResponse setRangeConfigResponse = new SetRangeConfigResponse();

            setRangeConfigResponse.HttpResponse = context.HttpResponse;
            setRangeConfigResponse.RequestId = context.StringValue("SetRangeConfig.RequestId");

            return setRangeConfigResponse;
        }
SetRangeConfigResponseUnmarshaller