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