Skip to content

Commit

Permalink
Update credentials.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Feb 7, 2024
1 parent 389920a commit 0d9777a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acs/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ type CredentialsCreateRequest struct {
IsMultiPhoneSyncCredential *bool `json:"is_multi_phone_sync_credential,omitempty"`
ExternalType *CredentialsCreateRequestExternalType `json:"external_type,omitempty"`
VisionlineMetadata *CredentialsCreateRequestVisionlineMetadata `json:"visionline_metadata,omitempty"`
StartsAt *time.Time `json:"starts_at,omitempty"`
EndsAt *time.Time `json:"ends_at,omitempty"`
StartsAt *string `json:"starts_at,omitempty"`
EndsAt *string `json:"ends_at,omitempty"`
}

type CredentialsDeleteRequest struct {
Expand Down

0 comments on commit 0d9777a

Please sign in to comment.