Table of Contents

Class ModuleWithSubModulesRequest

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

Constructors

ModuleWithSubModulesRequest(Guid, IEnumerable<Guid>?)

public ModuleWithSubModulesRequest(Guid ModuleId, IEnumerable<Guid>? SubModuleIds = null)

Parameters

ModuleId Guid
SubModuleIds IEnumerable<Guid>

Properties

ModuleId

public Guid ModuleId { get; init; }

Property Value

Guid

SubModuleIds

public IEnumerable<Guid>? SubModuleIds { get; init; }

Property Value

IEnumerable<Guid>