Class PublishBody
PublishBody
Inherited Members
Namespace: Unity.Services.Apis.Admin.Economy
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "publish-body")]
[Preserve]
public class PublishBody
Constructors
PublishBody(bool)
Initializes a new instance of the PublishBody class.
Declaration
[Preserve]
public PublishBody(bool isPublished = false)
Parameters
Type | Name | Description |
---|---|---|
bool | isPublished | Flag indicating intent of publishing current Economy configuration.. |
Properties
IsPublished
Flag indicating intent of publishing current Economy configuration.
Declaration
[DataMember(Name = "isPublished", EmitDefaultValue = true)]
[Preserve]
public bool IsPublished { get; set; }
Property Value
Type | Description |
---|---|
bool | Flag indicating intent of publishing current Economy configuration. |