Skip to content

Commit d9ecb17

Browse files
authored
docs: add property descriptions to docs (#54)
1 parent 91ca541 commit d9ecb17

File tree

1,057 files changed

+13516
-9842
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,057 files changed

+13516
-9842
lines changed

twilio/rest/accounts/v1/docs/AccountsV1AuthTokenPromotion.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# AccountsV1AuthTokenPromotion
22

33
## Properties
4-
Name | Type | Notes
5-
------------ | ------------- | -------------
6-
**AccountSid** | Pointer to **string** |
7-
**AuthToken** | Pointer to **string** |
8-
**DateCreated** | Pointer to [**time.Time**](time.Time.md) |
9-
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) |
10-
**Url** | Pointer to **string** |
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**AccountSid** | Pointer to **string** | The SID of the Account that the secondary Auth Token was created for |
7+
**AuthToken** | Pointer to **string** | The promoted Auth Token |
8+
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The ISO 8601 formatted date and time in UTC when the resource was created |
9+
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The ISO 8601 formatted date and time in UTC when the resource was last updated |
10+
**Url** | Pointer to **string** | The URI for this resource, relative to `https://accounts.twilio.com` |
1111

1212
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1313

twilio/rest/accounts/v1/docs/AccountsV1CredentialCredentialAws.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# AccountsV1CredentialCredentialAws
22

33
## Properties
4-
Name | Type | Notes
5-
------------ | ------------- | -------------
6-
**AccountSid** | Pointer to **string** |
7-
**DateCreated** | Pointer to [**time.Time**](time.Time.md) |
8-
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) |
9-
**FriendlyName** | Pointer to **string** |
10-
**Sid** | Pointer to **string** |
11-
**Url** | Pointer to **string** |
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**AccountSid** | Pointer to **string** | The SID of the Account that created the resource |
7+
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The RFC 2822 date and time in GMT when the resource was created |
8+
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The RFC 2822 date and time in GMT when the resource was last updated |
9+
**FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource |
10+
**Sid** | Pointer to **string** | The unique string that identifies the resource |
11+
**Url** | Pointer to **string** | The URI for this resource, relative to `https://accounts.twilio.com` |
1212

1313
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1414

twilio/rest/accounts/v1/docs/AccountsV1CredentialCredentialPublicKey.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# AccountsV1CredentialCredentialPublicKey
22

33
## Properties
4-
Name | Type | Notes
5-
------------ | ------------- | -------------
6-
**AccountSid** | Pointer to **string** |
7-
**DateCreated** | Pointer to [**time.Time**](time.Time.md) |
8-
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) |
9-
**FriendlyName** | Pointer to **string** |
10-
**Sid** | Pointer to **string** |
11-
**Url** | Pointer to **string** |
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**AccountSid** | Pointer to **string** | The SID of the Account that created the Credential that the PublicKey resource belongs to |
7+
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The RFC 2822 date and time in GMT when the resource was created |
8+
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The RFC 2822 date and time in GMT when the resource was last updated |
9+
**FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource |
10+
**Sid** | Pointer to **string** | The unique string that identifies the resource |
11+
**Url** | Pointer to **string** | The URI for this resource, relative to `https://accounts.twilio.com` |
1212

1313
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1414

twilio/rest/accounts/v1/docs/AccountsV1SecondaryAuthToken.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# AccountsV1SecondaryAuthToken
22

33
## Properties
4-
Name | Type | Notes
5-
------------ | ------------- | -------------
6-
**AccountSid** | Pointer to **string** |
7-
**DateCreated** | Pointer to [**time.Time**](time.Time.md) |
8-
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) |
9-
**SecondaryAuthToken** | Pointer to **string** |
10-
**Url** | Pointer to **string** |
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**AccountSid** | Pointer to **string** | The SID of the Account that the secondary Auth Token was created for |
7+
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The ISO 8601 formatted date and time in UTC when the resource was created |
8+
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The ISO 8601 formatted date and time in UTC when the resource was last updated |
9+
**SecondaryAuthToken** | Pointer to **string** | The generated secondary Auth Token |
10+
**Url** | Pointer to **string** | The URI for this resource, relative to `https://accounts.twilio.com` |
1111

1212
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1313

twilio/rest/accounts/v1/docs/ListCredentialAwsResponse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ListCredentialAwsResponse
22

33
## Properties
4-
Name | Type | Notes
5-
------------ | ------------- | -------------
6-
**Credentials** | [**[]AccountsV1CredentialCredentialAws**](accounts.v1.credential.credential_aws.md) | [optional]
7-
**Meta** | [**ListCredentialAwsResponseMeta**](ListCredentialAwsResponse_meta.md) | [optional]
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**Credentials** | [**[]AccountsV1CredentialCredentialAws**](accounts.v1.credential.credential_aws.md) | |[optional]
7+
**Meta** | [**ListCredentialAwsResponseMeta**](ListCredentialAwsResponse_meta.md) | |[optional]
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1010

twilio/rest/accounts/v1/docs/ListCredentialAwsResponseMeta.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# ListCredentialAwsResponseMeta
22

33
## Properties
4-
Name | Type | Notes
5-
------------ | ------------- | -------------
6-
**FirstPageUrl** | **string** | [optional]
7-
**Key** | **string** | [optional]
8-
**NextPageUrl** | **string** | [optional]
9-
**Page** | **int32** | [optional]
10-
**PageSize** | **int32** | [optional]
11-
**PreviousPageUrl** | **string** | [optional]
12-
**Url** | **string** | [optional]
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**FirstPageUrl** | **string** | |[optional]
7+
**Key** | **string** | |[optional]
8+
**NextPageUrl** | **string** | |[optional]
9+
**Page** | **int32** | |[optional]
10+
**PageSize** | **int32** | |[optional]
11+
**PreviousPageUrl** | **string** | |[optional]
12+
**Url** | **string** | |[optional]
1313

1414
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1515

twilio/rest/accounts/v1/docs/ListCredentialPublicKeyResponse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ListCredentialPublicKeyResponse
22

33
## Properties
4-
Name | Type | Notes
5-
------------ | ------------- | -------------
6-
**Credentials** | [**[]AccountsV1CredentialCredentialPublicKey**](accounts.v1.credential.credential_public_key.md) | [optional]
7-
**Meta** | [**ListCredentialAwsResponseMeta**](ListCredentialAwsResponse_meta.md) | [optional]
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**Credentials** | [**[]AccountsV1CredentialCredentialPublicKey**](accounts.v1.credential.credential_public_key.md) | |[optional]
7+
**Meta** | [**ListCredentialAwsResponseMeta**](ListCredentialAwsResponse_meta.md) | |[optional]
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1010

twilio/rest/accounts/v1/model_accounts_v1_auth_token_promotion.go

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twilio/rest/accounts/v1/model_accounts_v1_credential_credential_aws.go

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twilio/rest/accounts/v1/model_accounts_v1_credential_credential_public_key.go

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)