Table of Contents

Class CreateModuleWithSubModulesRequest

Namespace
KadicAuth.Api.Models
Assembly
KadicAuth.Api.dll
public sealed record CreateModuleWithSubModulesRequest
Inheritance
object
CreateModuleWithSubModulesRequest

Constructors

CreateModuleWithSubModulesRequest(string, string, string?, IEnumerable<CreateSubModuleInput>?, Guid?)

public CreateModuleWithSubModulesRequest(string Key, string Name, string? Description, IEnumerable<CreateSubModuleInput>? SubModules = null, Guid? TenantId = null)

Parameters

Key string
Name string
Description string
SubModules IEnumerable<CreateSubModuleInput>
TenantId Guid?

Properties

Description

public string? Description { get; init; }

Property Value

string

Key

public string Key { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

SubModules

public IEnumerable<CreateSubModuleInput>? SubModules { get; init; }

Property Value

IEnumerable<CreateSubModuleInput>

TenantId

public Guid? TenantId { get; init; }

Property Value

Guid?