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

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : SetCcConfigResponse
context UnmarshallerContext
리턴 SetCcConfigResponse
        public static SetCcConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetCcConfigResponse setCcConfigResponse = new SetCcConfigResponse();

            setCcConfigResponse.HttpResponse = context.HttpResponse;
            setCcConfigResponse.RequestId = context.StringValue("SetCcConfig.RequestId");

            return setCcConfigResponse;
        }
SetCcConfigResponseUnmarshaller