2020-09-04 21:29:13 +00:00
|
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
|
2020-03-15 22:43:46 +00:00
|
|
|
|
|
|
|
package msgraph
|
|
|
|
|
|
|
|
// GiphyRatingType undocumented
|
|
|
|
type GiphyRatingType string
|
|
|
|
|
|
|
|
const (
|
|
|
|
// GiphyRatingTypeVStrict undocumented
|
|
|
|
GiphyRatingTypeVStrict GiphyRatingType = "strict"
|
|
|
|
// GiphyRatingTypeVModerate undocumented
|
|
|
|
GiphyRatingTypeVModerate GiphyRatingType = "moderate"
|
|
|
|
// GiphyRatingTypeVUnknownFutureValue undocumented
|
|
|
|
GiphyRatingTypeVUnknownFutureValue GiphyRatingType = "unknownFutureValue"
|
|
|
|
)
|
|
|
|
|
|
|
|
var (
|
|
|
|
// GiphyRatingTypePStrict is a pointer to GiphyRatingTypeVStrict
|
|
|
|
GiphyRatingTypePStrict = &_GiphyRatingTypePStrict
|
|
|
|
// GiphyRatingTypePModerate is a pointer to GiphyRatingTypeVModerate
|
|
|
|
GiphyRatingTypePModerate = &_GiphyRatingTypePModerate
|
|
|
|
// GiphyRatingTypePUnknownFutureValue is a pointer to GiphyRatingTypeVUnknownFutureValue
|
|
|
|
GiphyRatingTypePUnknownFutureValue = &_GiphyRatingTypePUnknownFutureValue
|
|
|
|
)
|
|
|
|
|
|
|
|
var (
|
|
|
|
_GiphyRatingTypePStrict = GiphyRatingTypeVStrict
|
|
|
|
_GiphyRatingTypePModerate = GiphyRatingTypeVModerate
|
|
|
|
_GiphyRatingTypePUnknownFutureValue = GiphyRatingTypeVUnknownFutureValue
|
|
|
|
)
|