Enum ChildrenInclusion
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents specific elements to include in a children response.
public enum ChildrenInclusion
Fields
[EnumMember(Value = "ownerInfo")] OWNER_INFO = 1Returns the user with owner permissions, or the user with admin permissions if there is no owner assigned. If no owner or admins are assigned, the Plan Asset Admin is returned. If no Plan Asset Admin is assigned, the System Admin is returned.
[EnumMember(Value = "source")] SOURCE = 0Adds the Source object indicating which object this resource was created from, if any.