github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/ProfileImageInfo.md (about) 1 # ProfileImageInfo 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Uri** | **string** | Link to a profile image. If an image is not uploaded for an extension, only uri is returned | 7 **Etag** | **string** | Identifier of an image | [optional] 8 **LastModified** | [**time.Time**](time.Time.md) | The datetime when an image was last updated in ISO 8601 format, for example 2016-03-10T18:07:52.534Z | [optional] 9 **ContentType** | **string** | The type of an image | [optional] 10 **Scales** | [**[]ProfileImageInfoUri**](ProfileImageInfoURI.md) | List of URIs to profile images in different dimensions | [optional] 11 12 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 14