/// <summary> /// Initializes a new instance of the AzureRequirementsTemplateModel class. /// </summary> /// <param name="serviceClient">The service client (main point of access to SDK).</param> /// <param name="sdkName">The name of the generated SDK, required for proper folder structuring.</param> /// <param name="filesExtension">The files extension.</param> /// <param name="ns">The namespace of the SDK.</param> public RequirementsRba(CodeModelRba codeModel, CodeGeneratorRba generator) : base(codeModel, generator) { }