mirror of https://github.com/vernonkeenan/lib
parent
302e50b058
commit
fce4123f02
|
@ -34,7 +34,7 @@ type PromptCategory struct {
|
||||||
LastModifiedByID *string `json:"LastModifiedByID,omitempty"`
|
LastModifiedByID *string `json:"LastModifiedByID,omitempty"`
|
||||||
|
|
||||||
// The date the prompt category was last modified
|
// The date the prompt category was last modified
|
||||||
LastModifiedDate string `json:"LastModifiedDate,omitempty"`
|
LastModifiedDate *string `json:"LastModifiedDate,omitempty"`
|
||||||
|
|
||||||
// The prompt category name
|
// The prompt category name
|
||||||
Name *string `json:"Name,omitempty"`
|
Name *string `json:"Name,omitempty"`
|
||||||
|
|
|
@ -34,7 +34,7 @@ type PromptCategory struct {
|
||||||
LastModifiedByID *string `json:"LastModifiedByID,omitempty"`
|
LastModifiedByID *string `json:"LastModifiedByID,omitempty"`
|
||||||
|
|
||||||
// The date the prompt category was last modified
|
// The date the prompt category was last modified
|
||||||
LastModifiedDate string `json:"LastModifiedDate,omitempty"`
|
LastModifiedDate *string `json:"LastModifiedDate,omitempty"`
|
||||||
|
|
||||||
// The prompt category name
|
// The prompt category name
|
||||||
Name *string `json:"Name,omitempty"`
|
Name *string `json:"Name,omitempty"`
|
||||||
|
|
|
@ -19,6 +19,7 @@ PromptCategory:
|
||||||
LastModifiedDate:
|
LastModifiedDate:
|
||||||
description: The date the prompt category was last modified
|
description: The date the prompt category was last modified
|
||||||
type: string
|
type: string
|
||||||
|
x-nullable: true
|
||||||
LastModifiedByID:
|
LastModifiedByID:
|
||||||
x-nullable: true
|
x-nullable: true
|
||||||
description: The ID of the user who last modified the prompt category
|
description: The ID of the user who last modified the prompt category
|
||||||
|
|
Loading…
Reference in New Issue