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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : SetRefererConfigResponse
context UnmarshallerContext
return SetRefererConfigResponse
        public static SetRefererConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetRefererConfigResponse setRefererConfigResponse = new SetRefererConfigResponse();

            setRefererConfigResponse.HttpResponse = context.HttpResponse;
            setRefererConfigResponse.RequestId = context.StringValue("SetRefererConfig.RequestId");

            return setRefererConfigResponse;
        }
SetRefererConfigResponseUnmarshaller