C# (CSharp) Google.Apis.Tools.CodeGen.Decorator.ResourceDecorator Пространство имен

Классы

Имя Описание
RequestMethodResourceDecorator Adds a method to the resource class for each method defined in the resource json. The designed method returns a Requestclass-instance instead of directly executing the requests. All required parameters will be added the the method parameter list, whereas optional ones are left out. Example: public virtual ListRequest List(string apiName, string apiVersion)
RequestMethodResourceDecorator.ResourceGenerator