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

Unmarshall() 공개 정적인 메소드

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

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

            return setRefererConfigResponse;
        }
SetRefererConfigResponseUnmarshaller