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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : SetHttpHeaderConfigResponse
context UnmarshallerContext
return SetHttpHeaderConfigResponse
        public static SetHttpHeaderConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetHttpHeaderConfigResponse setHttpHeaderConfigResponse = new SetHttpHeaderConfigResponse();

            setHttpHeaderConfigResponse.HttpResponse = context.HttpResponse;
            setHttpHeaderConfigResponse.RequestId = context.StringValue("SetHttpHeaderConfig.RequestId");

            return setHttpHeaderConfigResponse;
        }
SetHttpHeaderConfigResponseUnmarshaller