2using System.Collections.Generic;
3using System.Runtime.Serialization;
Describes a collection of resources which can be listed.
Specifies one or more aliases to be used as synonyms for the property's name.
Specifies that a property is generated by the server and should not be specified on the client side d...
Indicates that the property, if left null, will be given a default value by the server corresponding ...
Interface for Base class used by all stored resources.
DateTime? created
The date and time when the resource was created on the system.
DateTime? modified
The date and time when the resource was last modified on the system.
Dictionary< string, object > meta_data
Any user-defined metadata for this layer.
string description
A user-friendly description of the resource.
Interface for Base class used by all resources.