Octopus.Client.Model.ChannelResource.ChannelResource C# (CSharp) Method

ChannelResource() public method

public ChannelResource ( ) : System.Collections.Generic
return System.Collections.Generic
        public ChannelResource()
        {
            TenantTags = new ReferenceCollection();
            Rules = new List<ChannelVersionRuleResource>();
        }