github.com/muxinc/mux-go@v1.1.1/model_filter_value.go (about)

     1  // Mux Go - Copyright 2019 Mux Inc.
     2  // NOTE: This file is auto generated. Do not edit this file manually.
     3  
     4  package muxgo
     5  
     6  type FilterValue struct {
     7  	Value      string `json:"value,omitempty"`
     8  	TotalCount int64  `json:"total_count,omitempty"`
     9  }