Наследование: Aliyun.Acs.Core.AcsResponse
        public static SetAuthConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetAuthConfigResponse setAuthConfigResponse = new SetAuthConfigResponse();

            setAuthConfigResponse.HttpResponse = context.HttpResponse;
            setAuthConfigResponse.RequestId = context.StringValue("SetAuthConfig.RequestId");
            setAuthConfigResponse.Key1 = context.StringValue("SetAuthConfig.Key1");
            setAuthConfigResponse.Key2 = context.StringValue("SetAuthConfig.Key2");

            return setAuthConfigResponse;
        }