Class PayloadTemplateSharing
Information on which entities have access to the template
[DataContract]
public class PayloadTemplateSharing
- Inheritance
-
PayloadTemplateSharing
- Inherited Members
Properties
ByNetwork
Information on network access to the template
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byNetwork")]
public PayloadTemplateSharingByNetwork? ByNetwork { get; set; }