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

Resource() protected method

Initializes a new instance of the Resource class.
protected Resource ( ) : System
return System
        protected Resource()
        {
            Links = new LinkCollection();
        }