Aliyun.Acs.Cdn.Transform.V20141111.SetHttpHeaderConfigResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

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

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

            return setHttpHeaderConfigResponse;
        }
SetHttpHeaderConfigResponseUnmarshaller